home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / art&graf.ix / art-6006 / pov / 3dp.pov
Text File  |  1997-04-15  |  629b  |  27 lines

  1.  
  2. // height field
  3.  
  4. #include "colors.inc"
  5. #include "textures.inc"
  6.  
  7. background { color red 0.30 green 0.30 blue 1.00 }
  8.  
  9. #declare TEXTURE = texture { pigment {Orange}
  10.                              finish {  ambient 0.2
  11.                                        diffuse 0.7
  12.                                        phong 1
  13.                                        phong_size 80
  14.                                        brilliance 2
  15.                                      }
  16.                            }
  17.  
  18. #include "FONCTION.INC"
  19.  
  20. object { NAME }
  21.  
  22. light_source { < 1000, 10000, 3000 > color White }
  23.  
  24. camera { Vue }
  25.  
  26. // END
  27.